home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKitArchive.mbox / mbox / 000160_misckit-reques…aska.et.byu.edu_Sat Apr 2 18:03:51 1994.msg < prev    next >
Internet Message Format  |  1994-10-30  |  2KB

  1. Return-Path: <misckit-request@alaska.et.byu.edu>
  2. Received: from alaska.et.byu.edu by darth.byu.edu (NX5.67d/NX3.0M)
  3.     id AA02208; Sat, 2 Apr 94 18:03:42 -0700
  4. Received: from darth.byu.edu by alaska.et.byu.edu; Sat, 2 Apr 1994 17:58:27 -0700
  5. Received: by darth.byu.edu (NX5.67d/NX3.0M)
  6.     id AA02197; Sat, 2 Apr 94 18:02:13 -0700
  7. Date: Sat, 2 Apr 94 18:02:13 -0700
  8. From: Don Yacktman <don@darth.byu.edu>
  9. Message-Id: <9404030102.AA02197@darth.byu.edu>
  10. Received: by NeXT.Mailer (1.100.RR)
  11. Received: by NeXT Mailer (1.100.RR)
  12. To: misckit@alaska.et.byu.edu
  13. Subject: Fix for v. 1.2.3
  14. Reply-To: don@darth.byu.edu
  15.  
  16.  
  17. I have uploaded the patched files for v. 1.2.3 to ftp.et.byu.edu
  18. where you can obtain them.  However, the changes you need
  19. to make are minimal, so I'll describe them here and you can
  20. either grab the ftp distribution or just make the changes yourself.
  21. Of the three changes, the first is the only one that could possibly
  22. affect installation.
  23.  
  24.  
  25. (1) In the file
  26. MiscKit/Palettes/MiscDragViews/MiscViews.subproj/Makefile.preamble
  27. change the OTHER_CFLAGS variable to:
  28.  
  29. OTHER_CFLAGS = -I. -I../../../Headers
  30.  
  31.  
  32. (2) In the file
  33. MiscKit/Examples/MiscTree_Browser/Makefile.preamble
  34. change the contents to:
  35.  
  36. OTHER_LDFLAGS = -m -L. -L/LocalDeveloper/Libraries -L../../Source
  37. OTHER_CFLAGS = -I../../Headers
  38.  
  39.  
  40. (3) In the PB.project and Makefile for the
  41. MiscKit/Examples/MiscTree_Browser example,
  42. change the library from "misckit" to "MiscKit".
  43. The easiest way is to load PB.project and change
  44. it from ProjectBuilder; it will rewrite both
  45. files when you save the project.  However, both
  46. are text files, so you could just as easily edit
  47. them by hand if you prefer.
  48.  
  49.  
  50. I'm sorry if this has caused anyone any inconvenience.
  51.  
  52. Also, some folks mentioned the recursive links
  53. (where "misckit" is linked to "." in some of the
  54. palette projects).  This is intentional and necessary
  55. to get things to compile properly, so don't worry
  56. about it too much.
  57.  
  58. ---
  59. Later,
  60.  
  61. -Don Yacktman
  62. Don_Yacktman@byu.edu
  63.